WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / ReentrantObservableCollection<T> Class / Move Method
The zero-based index specifying the location of the item to be moved.
The zero-based index specifying the new location of the item.
In This Topic
    Move Method (ReentrantObservableCollection<T>)
    In This Topic
    Moves the item at the specified index to a new location in the collection.
    Syntax
    public void Move( 
       int oldIndex,
       int newIndex
    )

    Parameters

    oldIndex
    The zero-based index specifying the location of the item to be moved.
    newIndex
    The zero-based index specifying the new location of the item.
    See Also